home *** CD-ROM | disk | FTP | other *** search
/ Clinical Endocrinology / Clinical Endocrinology.iso / mac / 00000000 / 06000000 / 06030000 / 06030000.dir / 00014_Script_14 < prev    next >
Text File  |  1995-11-09  |  315b  |  11 lines

  1. -- This script returns the playback head to the correct
  2. -- frame after the menu is used. The frame to jump back
  3. -- to is stored in the global and the puppeted channels are
  4. -- unfrozen before jumping back.
  5.  
  6. on mouseUp
  7.   global jumpFrame
  8.   sound playFile 1, "Click.aif"
  9.   puppetsOff
  10.   go frame jumpFrame
  11. end